全局样式*/
body{padding: 0;margin: 0;font-size: 14px;font-family: 微软雅黑;color: #000;}
div,img,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding: 0;margin: 0;border: 0;}
ul{list-style: none;}
a{text-decoration: none;color: #000;}
input{border: 0;padding: 0;}
i,em{font-style: normal;}
img{max-width: 100%;height: auto;display: block;}
/*去掉 input 默认边框*/
input{border: 0;font-family: 微软雅黑;font-size: 14px;}
/*去掉 button 默认边框和默认样式*/
button{border: 0;padding: 0;font-family: 微软雅黑;background: transparent;cursor: pointer;}
/*清除浮动*/
.clearfix:after{content: '';display: table;clear: both;}
.clearfix{*zoom: 1;}
/*解决ie/firefox 浏览器中，点击一个链接后有一个虚线边框的问题*/
a{blr:expression(this.onFocus=this.close());} /* 只支持IE，过多使用效率低 */ 　
a{blr:expression(this.onFocus=this.blur());} /* 只支持IE，过多使用效率低 */ 　
a:focus{-moz-outline-style: none;} /* IE不支持 */ 
a:focus{outline: none;-moz-outline: none;}
/*解决chrome 浏览器，当文本框，多行文本获得焦点的时候，会有一个边框的问题*/
input,textarea{outline: none;}
/*去掉ios input select默认圆角、内部阴影*/
/*input,select{border-radius: 0;-webkit-border-radius: 0;appearance: none;-webkit-appearance: none;}*/
*{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;margin: 0;}
select:focus{outline: none;}
table{width: auto!important;}
.w1200{position: relative;width: 1200px;height: 100%;margin: 0 auto;}

/*top*/
/*pc*/
/*.headers{position:fixed;top:0;left:0;}*/
.header{height:139px;position:relative;z-index: 999;background:#ffffff;position:fixed;top:0;width: 100%;}
.top{height: 50px;background:#04408e; width: 100%;position:fixed;top:0;}
.content .w1200>ul{float: right;z-index: 99;position: absolute;top: 0;right: 0;}
.content .w1200>ul>li{float: left;color:#dee6f0;margin-left:30px;font-size: 14px;line-height: 14px;}
.content .w1200>ul>li:nth-child(1){padding-left: 18px;background:url(../images/header_Telephone.jpg)no-repeat;margin-top:20px;}
.content .w1200>ul>li:nth-child(2){margin-top:20px;}
.content .w1200>ul>li:nth-child(2)>a{color:#dee6f0;}
.content .w1200>ul>li:nth-child(2)>a:nth-child(3){cursor: pointer; display:inline-block;width: 14px;height: 12px;background:url(../images/header_arrow.jpg)no-repeat;background-position: right;}
.content .w1200>ul>li:nth-child(3)>form{border-bottom: 1px solid #82a0c7;margin-top: 4px;padding-top:8px;}
.content .w1200>ul>li:nth-child(3)>form>a{cursor: pointer; width:14px;background: url(../images/header_magnifier.png) no-repeat;background-position:right;display:inline-block;height:12px;}
.content .w1200>ul>li:nth-child(3)>form>input{width:185px; background-color:#04408e; padding:0 0 3px 10px;color:#82a0c7;display:inline-block;}
.content{position: fixed;top:0; height: 139px;width:100%;background:url(../images/header_background.png) no-repeat;background-size:40.5% 100%; }
.content .logo{width:23.4%; text-align: center;float: left;}
.content .logo>ul>li>img{width: 60%;margin: 6px auto 0;}
.content .logo>ul>li{font-size: 14px;white-space: nowrap;}
.content .logo>ul>li:nth-child(2){margin-bottom: 2px;font-size: 16px;font-weight: bold;}
.content .logo>ul>li:nth-child(3){margin-bottom: 2px;}
.content .logo>ul>li:nth-child(4) img{width: 50%;margin: 0 auto;}
.content .nav>ul{float: right;margin-top: 80px;}
.content .nav>ul>li{text-align: center; float: left;margin-left:4px;position:relative;height: 40px;line-height: 40px;width: 60px;}
.content .nav>ul>li>a{font-size: 16px;}
.content .nav>ul>li>a:after{content: "";position: absolute;left: 0;bottom: 0;width: 0%;height: 4px;background: #004ea1;border-radius: 2px;transition: all 0.3s ease;}
.content .nav>ul>li:hover{margin-bottom: 10px}
.content .nav>ul>li:hover a{font-weight: 600;}
.content .nav>ul>li:hover a::after{width: 100%;}
.content .nav>ul> .on{background:#04408e;}
.content .nav>ul> .on>a{font-weight: 600;}
.content .nav>ul>li:nth-child(n+2){width: 86px;}
.content .nav>ul>li>dl{position:absolute;left:-16px;top:42px;z-index: 99;background: rgba(234,227,227,.88);display: none;border-radius:4px;}
.content .nav>ul>li>dl>dd{line-height: 40px;height: 40px;position:relative;overflow: hidden;}
.content .nav>ul>li>dl>dd:first-child{border-radius:4px 4px 0 0;}
.content .nav>ul>li>dl>dd:last-child{border-radius:0 0 4px 4px;}
.content .nav>ul>li>dl>dd:after{   content: '';position:absolute; width:80%;border-bottom:1px solid rgba(255, 255, 255, 0.5);bottom:50%;left:-100%;transition-delay: all 0.5s;transition: all 0.5s;}
.content .nav>ul>li>dl>dd>a{font-size: 14px;transition:all 0.75s;transform:translateY(100%) translateZ(0);transition-delay:all 0.25s;text-shadow:0px -40px 0px #000;}
.content .nav>ul>li>dl>dd>dl{position:relative;left:117px;top:-40px;background:rgba(0,78,161,.5);display:none;height: auto !important;}
.content .nav>ul>li>dl>dd>dl>dd>a{font-size: 14px;display:block;height: 40px;line-height: 40px;}
.content .nav>ul>li>dl>dd:hover{background: #004ea1;}
.content .nav>ul>li>dl>dd:hover:after{left:100%;}
.content .nav>ul>li>dl>dd:hover>a{transform:translateY(0%) translateZ(0) scale(1.05);font-weight: 600;text-shadow:0px -30px 0px rgba(255, 255, 255, 0);color:#ffffff;}
.content .nav>ul>li>dl>dd>dl>dd:hover{background: #004ea1;}
.content .nav>ul>li>dl>dd>dl>dd:hover>a{transform:translateY(0%) translateZ(0) scale(1.05);font-weight: 600;text-shadow:0px -40px 0px rgba(255, 255, 255, 0);color:#ffffff;}
.content .nav>ul>li>dl>dd>a{display: block; text-align: center;width:116px;color:#000000;}
.bottom{height: 4px;width: 100%; background:#1361c6;border-bottom: 4px solid #3b88ec;padding-bottom: 4px;}
/*pc end*/
/*mobile*/
/*mobile*/
.menuCon{display: none;z-index: 99;position: fixed;width: 100%;height: 42px;background: #004ea1;}
.menuBtn{position: absolute;width: 30px;height: 24px;left: 50%;top: 6px;margin-left: -15px;cursor: pointer;}
.menuBtn span{display: block;height: 3px;margin-bottom: 3px;background: #fff;}
.menu{display: none;position: absolute;left: 0;top: 35px;width: 100%;padding: 0 10%;background: rgba(0,0,0,.8);}
.menu li{position: relative;line-height: 40px;border-top: 1px solid #666;font-size: 15px;}
.menu li:after{content: "";position: absolute;right: 0;top: 18px;width: 0;height: 0;border: 4px solid transparent;border-left: 4px solid #fff;transition: all 0.3s ease;}
.menu li:first-child{border-top: 0;}
.menu li:first-child:after{border-left: 0;}
.menu li.on{border-top: 1px solid #004ea1;}
.menu li.on:after{-webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);}
.menu li.on > a{color: #004ea1;}
.menu li a{display: block;color: #fff;}
.menu .dl3{display:none;}
.menu .dl3>dd{position: relative;padding-left: 5%;border-top: 1px solid #666;font-size: 14px;}
.menu .dl3>dd:after{content: "";position: absolute;left: 0;top: 18px;width: 4px;height: 4px;background: #fff;border-radius: 50%;}
.menu .a3{color: #fff;}
.menu li .sub_menu{display: none;padding-left: 5%;}
.menu li .sub_menu>dd{position: relative;padding-left: 5%;border-top: 1px solid #666;font-size: 14px;}
.menu li .sub_menu>dd:after{content: "";position: absolute;left: 0;top: 18px;width: 4px;height: 4px;background: #fff;border-radius: 50%;}
/*mobile end*/
/*top end*/
/*foot*/
.foot{background:#04408e;}
.foot-top>ul{padding:70px 36px 20px 36px;margin:0 30px; border-bottom:1px solid #3666a5; }
.foot-top>ul>li>a{float: left;color:#ffffff;font-size: 16px; line-height: 32px;}
.foot-top>ul>li:nth-child(n+2)>a{margin-left:7%;}
.foot-center{padding:20px 36px 40px 36px;margin:0 30px;}
.foot-center>ul{float: left;}
.foot-center>ul>li>a{font-size: 14px;line-height: 40px;color:#5092e8;cursor: pointer;}
.foot-center>ul:nth-child(2){margin-left:5.5%;}
.foot-center>ul:nth-child(3){margin-left:6.5%;}
.foot-center>ul:nth-child(4){margin-left:5.9%;}
.foot-center>ul:nth-child(5){margin-left:6.6%;}
.foot-center>ul:nth-child(6){margin-left:4%;}
.foot-center>ul:nth-child(7){margin-left:4.6%;}
.foot-center>ul:nth-child(8){margin-left:6.6%;}
.foot-bottom{background:#04244f;}
.foot-bottom .foot-bottom1{color:#5092e8;text-align: center;line-height: 50px;font-size: 14px;}
.foot-bottom .foot-bottom1>img{display: inline-block;vertical-align: middle;margin-bottom: 4px;}
.foot-bottom .foot-bottom1>a{color:#5092e8;}
.foot-bottom .foot-bottom2{display: none;}
.foot-bottom .foot-bottom2>p{color:#5092e8;text-align: center;line-height: 50px;font-size: 14px;}
.foot-bottom .foot-bottom2>p>img{display: inline-block;}
.foot-bottom .foot-bottom2>p>a{color:#5092e8;}
/*foot end*/

/*index*/
/*banner*/
.banner{overflow: hidden;position:relative;margin-top:147px;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{position:absolute; top: 70% !important;left: 26.4% !important;width: 58px;}
.swiper-pagination-bullet-active{background: #1b1b1b;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{width:12px;height: 12px;border: 1px solid #1b1b1b;background:#1b1b1b;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{width: 68px;}
/*banner end*/
/*introduction-frame*/
.introduction-frame{position:relative;height:0;}
.introduction-frame .introduction-frame-content{overflow: hidden; width: 1200px;position:relative;top:-152px;margin:0 auto; border-radius: 14px;-webkit-box-shadow:0 0 20px rgba(0, 0, 0, .5); -moz-box-shadow:0 0 20px rgba(0, 0, 0, .5);box-shadow:0 0 20px rgba(0, 0, 0, .5);z-index: 98;background:#ffffff;}
.introduction-frame .introduction-frame-content>div>div{float: left;cursor: pointer;width: 33.3%;}
.introduction-frame .introduction-frame-content>div>div img{width:234px;height: 172px;margin:0 auto;}
.introduction-frame .introduction-frame-content>div>div p{text-align: center;}
.introduction-frame .introduction-frame-content>div>div p:nth-child(1){font-size: 18px;font-weight: bold;}
.introduction-frame .introduction-frame-content>div>div p:nth-child(2){font-size: 12px;margin-top:12px;padding-bottom: 28px;}
.introduction-frame .introduction-frame-content>div>div{margin: 36px 0 30px 0;height: 211px}
.introduction-frame .introduction-frame-content>div>div:nth-child(1){ border-right: 1px solid #d6d6d6;}
.introduction-frame .introduction-frame-content>div>div:nth-child(2){border-right: 1px solid #d6d6d6;}
.introduction-frame .introduction-frame-content>div>div:nth-child(3){}
.introduction-frame .introduction-frame-content>div>div:hover p{color:#04408e;}
.introduction-frame .introduction-frame-content>div .on p{color:#04408e;}
.introduction-frame .introduction-frame-content>div>div:nth-child(1) p:nth-child(2){margin:0 30%;}
.introduction-frame .introduction-frame-content>div>div:nth-child(1):hover p:nth-child(2){border-bottom: 1px solid #04408e;}
.introduction-frame .introduction-frame-content>div>div:nth-child(1):hover img{transform: scale(1.05);}
.introduction-frame .introduction-frame-content>div>div:nth-child(2) p:nth-child(2){margin: 0 24%;}
.introduction-frame .introduction-frame-content>div>div:nth-child(2):hover p:nth-child(2){border-bottom: 1px solid #04408e;}
.introduction-frame .introduction-frame-content>div>div:nth-child(2):hover img{transform: scale(1.05);}
.introduction-frame .introduction-frame-content>div>div:nth-child(3) p:nth-child(2){margin:0 30%;}
.introduction-frame .introduction-frame-content>div>div:nth-child(3):hover p:nth-child(2){border-bottom: 1px solid #04408e;}
.introduction-frame .introduction-frame-content>div>div:nth-child(3):hover img{transform: scale(1.05);}
.introduction-frame .introduction-frame-content>div .on p:nth-child(2){border-bottom: 1px solid #04408e;}
/*introduction-frame end*/
/*index-content*/
/*part1*/
.part1{position:relative;}
.parts{width: 1200px;margin: 0 auto; padding :0 17px;}
.part1>div:nth-child(1){margin-top:230px;text-align: center;color:#04408e;font-size: 30px;z-index: 99;position:relative;}
.part1>div:nth-child(1)>span{font-weight: bold;}
.part1>div:nth-child(2){font-weight: bold;text-transform: uppercase;text-align: center;font-size: 40px;color:#e8e8e8;position:absolute;top:-20px;width: 100%;margin: 0 auto;}
.part1 .parts>ul{margin-top:60px;margin-bottom:96px;}
.part1 .parts>ul>li{float: left;margin:0 2%;width: 21%;text-align: center;}
.part1 .parts>ul>li:hover img{transform: scale(1.05)}
.part1 .parts>ul>li>dl>dd>img{margin:0 auto;}
.part1 .parts>ul>li>dl>dd:nth-child(2){margin-top:22px;padding-bottom:16px;color:#04408e;font-size: 20px;font-weight: bold;border-bottom: 1px solid #b2b2b2; } 
.part1 .parts>ul>li>dl>dd:nth-child(3){color:#686868;line-height: 28px;margin-top:12px;height: 84px;overflow: hidden;font-size:15px;} 
/*part1 end*/
/*part2*/
.part2{width: 100%; position:relative;padding :72px 0 126px 0;background-color:#f4f4f4;}
.part2>div:nth-child(1){text-align: center;color:#04408e;font-size: 30px;z-index: 99;position:relative;}
.part2>div:nth-child(1)>span{font-weight: bold;}
.part2>div:nth-child(2){font-weight: bold;text-transform: uppercase;text-align: center;font-size: 40px;color:#e8e8e8;position:absolute;top:52px;width: 100%;margin: 0 auto;}
.part2 .part2-img>img{margin:0 auto;}
.part2 .part2-img{background:#f4f4f4;}
.part2 .part2-information{width: 1200px;margin:0 auto;}
.part2-information>ul{margin-left:70px;margin-top:40px;}
.part2-information>ul>li{float: left;}
.part2-information>ul>li:nth-child(1){margin-right: 40px;}
.part2-information>ul>li:nth-child(2){margin-right: 40px;}
.part2-information>ul>li:nth-child(3){margin-right: 28px;}
.part2-information>ul>li>dl>dd{text-align: center;}
.part2-information>ul>li>dl>dd:nth-child(1){font-size: 30px;color:#1760c0;font-weight: bold;}
.part2-information>ul>li>dl>dd:nth-child(2){font-size: 14px;color:#6d6d6d;}
.part2-txt{width: 504px;height: 34.1%;position:absolute;left:54%;top:362px;background:#ffffff;padding:32px;color:#6d6d6d;line-height: 28px;font-size: 14px;}
.part2-txt>ul>li:nth-child(1){text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp:5; overflow: hidden;}
.part2-txt>ul>li>a{display: block;width: 38px;height: 38px;color:#ffffff;background:#04408e;position:absolute;right:0;bottom:0;text-align: center;line-height: 38px;}
/*part2 end*/
/*part3*/
.part3{position:relative;}
.part3>div:nth-child(1){text-align: center;color:#04408e;font-size: 30px;z-index: 99;position:relative;margin-top: 65px;}
.part3-content>a:nth-child(1){font-size:14px;color:#04408e;border-bottom: 1px solid #04408e;font-weight: bold;position:absolute;right:46px;top:-66px;z-index: 100;}
.part3>div:nth-child(1)>span{font-weight: bold;}
.part3>div:nth-child(2){font-weight: bold;text-transform: uppercase;text-align: center;font-size: 40px;color:#e8e8e8;position:absolute;top:-20px;width: 100%;margin: 0 auto;}
.part3-content{margin-top:36px;margin-bottom:70px;position:relative;}
.part3-content>a:nth-child(n+2){float: left;width: 31.2%;}
.part3-content>div{float: left;width: 31.2%;}
.part3-content-center{width: 31%;padding-top:22px;margin:0 3% 0 20px;border-top: 1px solid #e2e2e2}
.part3-content-center>a{display:block;}
.part3-content-center h3{font-size: 16px;font-weight: bold;margin-bottom:30px;color:#000;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.part3-content-center h3:hover{color:#04408e;}
.part3-content-center p{font-size: 12px;color:#878787;line-height: 24px;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp:3; overflow: hidden;height: 80px;}
.part3-content-center em{width: 104px;height: 30px;display: block;border:1px solid #878787;color:#878787;line-height: 30px;text-align: center;margin-top:90px;}
.part3-content-center em:hover{background:#04408e;color:#ffffff;border:none;}
.part3>a{display:block;}
.part3-content-left>img{display:inline-block;}
.part3-content-left:hover img{transform: scale(1.05);}
.part3-content-right{width: 29%;}
.part3-content-right li:nth-last-child(n+2){padding-bottom:14px;border-bottom: 1px solid #e2e2e2;}
.part3-content-right li:hover dd{color:#04408e ;}
.part3-content-right li:nth-child(2), .part3-content-right li:nth-child(3){padding-top:14px;}
.part3-content-right dt{float: left;font-size: 30px;font-weight: bold;height:60px;color:#04408e;line-height: 34px;margin-right:22px;}
.part3-content-right dt>b{font-size: 14px;display: block;float: right;line-height: 28px;}
.part3-content-right>ul>li>a{display:block;}
.part3-content-right>ul>li>a>dd:nth-child(2){font-size: 16px;font-weight: bold;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.part3-content-right>ul>li>a>dd:nth-child(3){height:50px;font-size: 12px;color:#878787;line-height: 24px;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
/*part3 end*/
/*part4*/
.part4{background:#f4f4f4;padding-bottom:50px;position:relative; padding-top:70px;}
.part4-content{width: 1100px;margin: 0 auto;position:relative;}
.part4-contents{width: 56.4%;margin: 0 auto;position:relative;display:none;}
.part4-contents ul>li>img{margin:0 auto;}
.part4-contentss{width: 56.4%;margin: 0 auto;position:relative;display:none;}
.part4-contentss ul>li>img{margin:0 auto;}
.part4>div:nth-child(1){text-align: center;color:#04408e;font-size: 30px;z-index: 99;position:relative;}
.part4-content>a{font-size:14px;color:#04408e;border-bottom: 1px solid #04408e;font-weight: bold;position:absolute;top:-30px;right:10px;z-index: 100;}
.part4-contents>a{font-size:14px;color:#04408e;border-bottom: 1px solid #04408e;font-weight: bold;position:absolute;top:-30px;right:-134px;z-index: 100;}
.part4-contentss>a{font-size:14px;color:#04408e;border-bottom: 1px solid #04408e;font-weight: bold;position:absolute;top:-30px;right:-50px;z-index: 100;}
.part4>div:nth-child(1)>span{font-weight: bold;}
.part4>div:nth-child(2){font-weight: bold;text-transform: uppercase;text-align: center;font-size: 40px;color:#e8e8e8;position:absolute;top:50px;width: 100%;margin: 0 auto;}
.part4-img{margin-bottom:70px;}
.part4-img>ul{margin-top:44px;}
.part4-content .part4-img>ul>li{float: left;width: 23.5%;height: 190px}
.part4-contents .part4-img>ul>li{float: left;width:49%;height: 156px}
.part4-contentss .part4-img>ul>li{float: left;width:100%;height: 144px}
.part4-img>ul>li{margin-left:1%;}
.part4-img>ul>li>img{-webkit-box-shadow: 0 10px 14px #888888;-moz-box-shadow: 0 10px 14px #888888;box-shadow: 0 10px 14px #888888;height: 100%;margin:0 auto;}
.part4-img>ul>li>img:hover{transform: scale(1.05);}
.part4-contentss .part4-img>ul>li>img{-webkit-box-shadow: 0 10px 14px #888888;-moz-box-shadow: 0 10px 14px #888888;box-shadow: 0 10px 14px #888888;height: 85%;margin:0 auto;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background-image:url(../images/part4_next.png) !important;background-size: 100% !important;width: 41px !important;height: 41px !important;position:absolute !important;right:-38px !important;top:86px !important;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{background-image: url(../images/part4_prve.png) !important;background-size: 100% !important;width: 41px !important;height:41px !important;position:absolute !important;left:-44px !important;top:86px !important;}
.swiper-button-next, .swiper-button-prev{margin-top:30px !important;background-position: 0 0!important;}

/*part4 end*/
/*index-content end*/

/*右侧飘窗*/
.floatWin{z-index: 99;position: absolute;right: 0%;top: 500px;width: 84px;transition: all 0.3s ease;}
.floatWin li{position: relative;height: 70px;background: #004ea1;border-bottom: 1px solid #fff;}
.floatWin li a{display: block;}
.floatWin li a img{display: block;width: 28px;height: 42px;padding-top: 14px;margin: 0 auto;}
.floatWin li a p{font-size: 12px;text-align: center;color: #fff;}
.floatWin li .codeImg{z-index: -1;position: absolute;left: 0px;top: 0;width: 50px;height: 70px;overflow: hidden;transition: all 0.3s ease;background:#e3e1e1;color:#111111;font-size: 16px;line-height: 32px;}
.floatWin li .codeImg>p{color:#111111;}
.floatWin li .codeImg img{width: 100%;height: 100%;}
.floatWin li:hover {background:#d22626;}
.floatWin .on {background:#d22626;}
.floatWin li:hover .codeImg{left: -152px;width: 152px;}
.floatWin .on .codeImg{left: -152px;width: 152px;}
.floatWin li .pic{background-size: 100% 100%;background-repeat: no-repeat;}
.floatWin li:hover .pic{left: -70px;width: 70px;}
.floatWin .on .pic{left: -70px;width: 70px;}
.Inside_floatWin{top: 300px;}
/*右侧飘窗结束*/
/*index end*/

/*product-center*/
.product-center-content{display:flex;margin-top:164px; }
.product-center-content .side-nav>ul{margin-top:40px;}
.product-center-content .side-nav>ul>li{font-size: 16px;line-height: 32px;width: 200px;}
.product-center-content .side-nav>ul>li>a{background:#04408e;display:block;width: 200px;height: 72px;font-size:26px;text-align: center;color:#ffffff;line-height: 70px;}
/*.product-center-content .side-nav>ul>li>span{display: block;float: right; width: 10px;height: 32px;background:url(../images/add.jpg)no-repeat;background-position: right;}*/
.product-center-content .side-nav>ul:nth-child(n+2){margin:20px 0;}
.product-center-content .side-nav>ul>li>dl{display: none;}
.product-center-content .side-nav>ul>li>dl>dd{background:#f7f7f7;}
.product-center-content .side-nav>ul>li>dl>dd:last-child>a{border-bottom: none;}
.product-center-content .side-nav>ul>li>dl>dd>a{font-size: 16px;line-height: 72px;height: 72px; display:block; color:#7c7c7c;margin:0 16px;border-bottom: 1px solid #e0e0e0;}
.product-center-content .side-nav>ul>li>dl>dd>a>span{display:block;float: left; width: 1px;height: 18px;background:#555555;margin: 28px 20px 0 20px;}
.product-center-content .side-nav>ul>li>dl>dd>ul{margin:0 16px;border-bottom: 1px solid #e0e0e0;}
.product-center-content .side-nav>ul>li>dl>dd>ul>li{margin-left: 40px;font-size:14px;}
.product-center-content .side-nav>ul>li>dl>dd>ul>li>a{color:#7c7c7c;}
.product-center-content .side-nav>ul>li>dl>dd>ul>li>a:hover{color:#04408e;}
.product-center-content .side-nav>ul>li>dl>dd>a:hover{color:#04408e;font-weight:bold;}
.product-center-content .side-nav>ul>li>dl>dd>a:hover span{background:#04408e;}
.product-center-content .side-nav>ul>li>dl{display:block;}
.product-center-content .side-nav>ul>li>span{background:url(../images/reduce.jpg)no-repeat;background-position: right;}
.product-center-content .side-nav>ul>li>dl>dd>.on1{color:#04408e;font-weight:bold;}
.product-center-content .side-nav>ul>li>dl>dd>.on1>span{background:#04408e;}
.product-center-contents{background:#fafafa;margin-top:40px;margin-left:10px;width: 84.2%;padding:0 57px;min-height: 480px;}
.product-center-contents>div:nth-child(1)>ul{float: right;margin-right:28px;height: 54px;line-height: 54px;}
.product-center-contents>div:nth-child(1)>ul>a{font-size: 14px;}
.product-center-contents>div:nth-child(1)>ul>a:nth-child(1){font-size: 14px;color:#7c7c7c;padding-left: 20px;background:url(../images/arrow.jpg)no-repeat;background-position: 3px 4px;}
.product-center-contents>div:nth-child(1)>ul>a:nth-child(2){font-size: 14px;color:#7c7c7c;}
.product-center-contents>div:nth-child(1)>ul>a:nth-child(3){font-size: 14px;color:#04408e;}
.product-center-contents>div:nth-child(2)>ul{margin-bottom:38px;min-height: 400px;}
.product-center-contents>div:nth-child(2)>ul>li{float: left;margin-left:25px;margin-bottom:22px;width: 30%;}
.product-center-contents .product-center-ul>ul>li:hover{-webkit-box-shadow:0 0 20px rgba(0, 0, 0, .5); -moz-box-shadow:0 0 20px rgba(0, 0, 0, .5);box-shadow:0 0 20px rgba(0, 0, 0, .5);}
.product-center-contents .product-center-ul>ul>li>a{display:block;}
.product-center-contents .product-center-ul>ul>li>a>div{width: 100%;height:150px;}
.product-center-contents .product-center-ul>ul>li>a>div>img{width: 100%;height:100%;}
.product-center-contents .product-center-ul>ul .on{-webkit-box-shadow:0 0 20px rgba(0, 0, 0, .5); -moz-box-shadow:0 0 20px rgba(0, 0, 0, .5);box-shadow:0 0 20px rgba(0, 0, 0, .5);}
.product-center-contents .product-center-ul>ul .on>a>em{color:#0681d3;text-decoration:underline;}
.product-center-contents>div:nth-child(2)>ul>li>a>em{display:block; height: 48px;width: 100%;line-height: 48px;text-align: center; background:#e6e6e6;font-size: 14px;cursor: pointer;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;padding:0 10px;}
.product-center-contents>div:nth-child(2)>ul>li>a>em:hover{color:#0681d3;text-decoration:underline;}
.product-center-contents .page-number>ul{margin:0 auto;padding: 34px 0 56px 0;display:table;text-align: center;}
.product-center-contents .page-number>ul>li{float: left;}
.product-center-contents .page-number>ul>li>a{font-size: 16px;color:#333333;display:block;width:25px;height:25px;line-height: 25px;text-align: center;}
.product-center-contents .page-number>ul>li:nth-child(n+2):nth-last-child(n+2)>a:hover{background:#8e8e8e;color:#ffffff;}
.product-center-contents .page-number>ul>li> .on{background:#8e8e8e;color:#ffffff;}
.product-center-contents p{font-size: 14px;line-height: 24px;text-align: justify;}
/*.cont_product .swiper-slide{height:300px!important;}*/
/*product-center end*/

/*workshop_display*/
.workshop_display>div:nth-child(2)>ul>li{width: 47%;height: 284px}
.workshop_display>div:nth-child(2)>ul>li>img{width: 100%;height: 100%;}
.workshop_display>div:nth-child(2)>ul>li>img:hover{transform: scale(1.05);}
/*workshop_display end*/

/*company-profile*/
.company-profile>div:nth-child(2)>p{font-size: 14px;color:#7c7c7c;line-height: 28px;padding:16px 34px 36px 0;}
/*company-profile end*/

/*corporate-culture*/
.corporate-culture>div:nth-child(2)>dl>dt{font-size: 20px;color:#04408e;}
.corporate-culture>div:nth-child(2)>dl>dd{font-size: 16px;color:#7c7c7c;margin-bottom:46px;margin-top:16px;}
/*corporate-culture end*/

/*honor*/
.honor{padding-left: 20px;}
.honor>div:nth-child(2)>ul>li{width: 30%;}
.honor>div:nth-child(2)>ul>li>dl>dd{font-size: 14px;color:#7c7c7c;line-height: 28px;text-align: center;padding-top: 10px;}
.honor>div:nth-child(2)>ul>li>dl>dt>img{width: 100%;-webkit-box-shadow:0 0 20px rgba(0, 0, 0, .5); -moz-box-shadow:0 0 20px rgba(0, 0, 0, .5);box-shadow:0 0 20px rgba(0, 0, 0, .5);}
.honor>div:nth-child(2)>ul>li>dl>dt>img:hover{transform: scale(1.05);}
.product-center-contents>div:nth-child(2){position:relative;}
/*honor end*/

/*announcement*/
.announcement{padding:0;}
.announcement>div:nth-child(2)>ul>li{border:1px solid #e5e5e5;margin:0 6px 12px 6px;width: 32.1%;padding:24px 43px 16px 36px;}
.announcement>div:nth-child(2)>ul>li>a{display:block;}
.announcement>div:nth-child(2)>ul>li>a:hover{text-decoration: none;}
.announcement>div:nth-child(2)>ul>li>a>h3{font-size: 16px;color:#000;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.announcement>div:nth-child(2)>ul>li>a>p:nth-child(2){padding-left: 16px;background:url(../images/clock_03.jpg)no-repeat;background-position:0 4px;color:#abaebb;font-size: 14px;margin:14px 0 4px 0;}
.announcement>div:nth-child(2)>ul>li>a>p:nth-child(3){font-size: 12px;line-height: 24px;color:#7c7c7c;height: 48px;overflow: hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.announcement>div:nth-child(2)>ul>li>a>p:nth-child(3)>em{color: #0681d3;cursor: pointer;margin-left:2px;}
/*.announcement>div:nth-child(2)>ul>li:nth-child(3n-2){margin:0 0 12px 0;}*/
/*announcement end*/

/*company-news*/
.company-news>div:nth-child(2)>ul>li{padding-bottom: 26px;border-bottom: 1px solid #e1e1e1;width: 100%;}
.company-news>div:nth-child(2)>ul>li>a{display:block;}
.company-news>div:nth-child(2)>ul>li>a .news-img{width: 187px;display:inline-block;height: 107px;}
.company-news>div:nth-child(2)>ul>li>a .news-img>img{width:100%;height: 100%;}
.company-news>div:nth-child(2)>ul>li>a .news-img>img:hover{transform: scale(1.05);}
.company-news>div:nth-child(2)>ul>li>a .news-txt{width: 68%;display:inline-block;margin-left:56px;position:relative;bottom:14px;}
.company-news>div:nth-child(2)>ul>li>a .news-txt>p:nth-child(1){padding-left: 16px;background:url(../images/clock_03.jpg)no-repeat;background-position:0 4px;color:#abaebb;font-size: 14px;margin:14px 0 4px 0;}
.company-news>div:nth-child(2)>ul>li>a .news-txt>em{font-size: 14px;font-weight: bold;cursor: pointer;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.company-news>div:nth-child(2)>ul>li>a .news-txt>em:hover{color:#0681d3;text-decoration:underline;}
.company-news>div:nth-child(2)>ul>li>a .news-txt>p:nth-child(3){font-size: 12px;line-height: 24px;color:#7c7c7c;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.company-news>div:nth-child(2)>ul>li>a .news-txt>p:nth-child(3)>em{color: #0681d3;cursor: pointer;}
.company-news>div:nth-child(2)>ul>li>a .news-txt>p:nth-child(3)>em:hover{text-decoration: underline;}
/*company-news end*/

/*company-news1*/
.company-news1>div:nth-child(1)>h3{position: relative;top:21px;display:inline-block;margin-bottom:50px;}
.company-news1>div:nth-child(2)>p:nth-child(1){padding-left: 16px;background:url(../images/clock_03.jpg)no-repeat;background-position:0 4px;color:#abaebb;font-size: 14px;margin:14px 0 36px 0;}
.company-news1>div:nth-child(2)>p:nth-child(2){font-size: 14px;color:#252525;line-height: 24px;width: 97%;margin-bottom:18px;}
.company-news1>div:nth-child(2)>a{font-size: 14px;color:#0681d3;text-decoration:underline;cursor: pointer;margin:50px 0 60px 0;display:inline-block;}
.company-news1>div:nth-child(2)>p img{display:inline-block;}
/*company-news1 end*/

/*recruitment-information*/
.announcement>div:nth-child(2) .recruitment-ul>li{padding:24px 24px 16px 36px;}
.announcement>div:nth-child(2) .recruitment-ul>li>a>p:nth-child(2){background:transparent;padding-left: 0;}
.announcement>div:nth-child(2) .recruitment-ul>li>a>em{font-size: 14px;color:#0681d3;float: right;background-color:transparent;width: 67px;}
/*recruitment-information end*/

/*recruitment-information1*/
.recruitment-information1>div:nth-child(2)>div{margin:0 0 40px 0;}
.recruitment-information1>div:nth-child(2)>div:nth-child(1)>h3{margin:0 0 34px 0;}
.recruitment-information1>div:nth-child(2)>div>p{font-size: 15px;color:#707070;line-height: 32px;}
.recruitment-information1>div:nth-child(2)>a{margin-bottom: 98px;display:block;width: 98px;height: 24px;color:#ffffff;text-align: center;background:#04408e;font-size: 15px;line-height: 24px;}
/*recruitment-information1 end*/

/*contact-us*/
.product-center-contents .map-box .map{width: 100%;height: 400px;}
.product-center-contents .map-box>p{font-size: 14px;color:#7c7c7c;padding:0  20px !important;line-height: 28px;}
.product-center-contents .map-box>p:nth-child(2){margin-top:24px;background:url(../images/contact-img1.png)no-repeat;background-position:0 7px;}
.product-center-contents .map-box>p:nth-child(3){background:url(../images/contact-img2.png)no-repeat;background-position:0 7px;}
.product-center-contents .map-box>p:nth-child(4){margin-bottom:50px;background:url(../images/contact-img3.png)no-repeat;background-position:0 7px;}
/*contact-us end*/

/*form*/
.form>form>ul{margin-bottom:200px;}
.form>form>ul>li:nth-child(1),.form>form>ul>li:nth-child(2),.form>form>ul>li:nth-child(4){margin-bottom:24px;display:flex;-webkit-display:flex;-moz-display:flex;align-items: center;-webkit-align-items: center;-moz-align-items: center;}
.form>form>ul>li:nth-child(3){margin-bottom:24px;}
.form>form>ul>li>p{height: 24px; float: left;width: 74px;text-align:left;font-size: 14px;line-height: 24px;}
.form>form>ul>li>input{border:1px solid #c1c1c1;padding:5px 0 5px 10px;width: 180px;}
.form>form>ul>li:last-child>input:nth-child(2){width: 74px;}
.form>form>ul>li:last-child>input:nth-child(4){width: 90px;color:#ffffff;text-align:center;line-height:26px;background:#04408e;padding:0;cursor: pointer;}
.form>form>ul>li>img{display:inline-block;line-height: 24px;margin:0 5px;width: 75px;height: 33px;}
.form>form>ul>li>textarea{width: 88%;height: 142px;resize:none;padding-left:10px;}
/*form end*/

/*小屏PC:<1900px*/
@media screen and (max-width: 1900px){
.part2-information>ul>li:nth-child(3){margin-right: 0;}
.introduction-frame .introduction-frame-content{top:-90px;}
}
@media screen and (min-width: 1025px) and (max-width: 1400px){
.content{background-size: 33.5% 100%;}
}
/*小屏PC:>=1025px && <=1200px*/
@media screen and (min-width: 1025px) and (max-width: 1200px){
/*nav*/
.w1200{width: 90%;}
.content{background-size: 33.5% 100%;}
.content .logo{width:22%;}
.content .logo>ul>li{font-size: 18px;}
.content .logo>ul>li:nth-child(2){margin-bottom: 4px;font-weight: bold;}
.content .logo>ul>li:nth-child(3){margin-bottom: 2px;}
.content .logo>ul>li>img{margin:0 auto;width:56.4%; }
.content .nav>ul>li>a{font-size: 12px;}
.content .nav>ul>li:nth-child(n+2){width: 62px;margin:0;}
.content .nav>ul>li:nth-child(1){width: 62px;margin:0;}
.content .nav>ul>li>dl>dd>a{font-size: 12px;width: 100px;}
.content .nav>ul>li>dl>dd>dl{left:101px;}
.introduction-frame .introduction-frame-content{top:30px;width: 90%;}
/*nav end*/
/*part1*/
.parts{width:90%;margin:0 auto;}
.part1>div:nth-child(1){margin-top:370px;}
.part1 .parts>ul{width: 80%;margin:0 auto;padding:60px 0 96px 0;}
.part1 .parts>ul>li{width: 44%;margin:0 3%;}
/*part1 end*/
/*part2*/
.part2-information>ul{width:534px;margin:0 auto;padding-top: 40px }
.part2-information>ul>li:nth-child(3){margin-right: 0;}
.part2-information>ul>li>dl>dd:nth-child(1){font-size:20px;}
.part2-txt{position: static;width: 70%;margin:20px auto;}
.part2-txt>ul{position: relative;}
.part2-txt>ul>li>a{right:-31px;bottom:-31px;}
/*part2 end*/
/*part3*/
.part3-content>a:nth-child(n+2){width: 100%;}
.part3-content>div{width: 100%;}
.part3-content>a:nth-child(2)>img{width: 100%;}
.part3-content>a:nth-child(3){margin:20px auto;}
.part3-content>a:nth-child(3)>img{width: 70%;margin:0 auto;}
.part3-content>a:nth-child(4){margin:20px auto;}
.part3-content-center em{margin-top:0;}
/*part3 end*/
/*part4*/
.part4-content{display:none;}
.part4-contents{display:block;}
.part4-contentss{display:none;}
.swiper-button-next, .swiper-button-prev{margin-top: 0 !important;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{top:67px;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{top:67px;}
/*part4 end*/
/*foot*/
.foot-top{display: none;}
.foot-center{display: none;}
/*foot end*/
/*product-center*/
.product-center-contents>div:nth-child(2)>ul>li{width: 45%;}
.product-center-contents>div:nth-child(2)>ul>li>a>div>img{width: 100%;}
.product-center-contents .product-center-ul>ul>li>a>div{width: 100%;height:230px;}
/*product-center end*/
/*workshop_display*/
.workshop_display>div:nth-child(2)>ul>li{width: 46%;height: 230px}
/*workshop_display end*/
/*announcement*/
.announcement>div:nth-child(2)>ul>li{width: 48%;}
/*announcement end*/
/*company-news*/
.company-news>div:nth-child(2)>ul>li{width: 100%;}
.company-news>div:nth-child(2)>ul>li>a .news-img{width:100%;height: 220px;}
.company-news>div:nth-child(2)>ul>li>a .news-img>img{width:50%;margin:0 auto;}
.company-news>div:nth-child(2)>ul>li>a .news-txt{width:100%;margin-left:0;}
/*company-news end*/
/*cont_product*/

/*cont_product end*/

}
/*pad:>=768px && <=1024px*/
@media screen and (min-width: 768px) and (max-width: 1024px){
/*top*/
.top{height: 122px;}
.w1200{width: 90%;}
.content .w1200>ul{width: 45%;}
.content .w1200>ul>li:nth-child(3){width: 200px;}
.content .nav{display: none;}
.menuCon{display: block;top:122px;}
.content .logo>ul>li>img{width: 35%;}
.content .logo>ul>li{font-size: 16px;}
.introduction-frame .introduction-frame-content{top:30px;width: 90%;}
/*top end*/
/*part1*/
.parts{width:90%;margin:0 auto;}
.part1>div:nth-child(1){margin-top:370px;}
.part1 .parts>ul{width: 80%;margin:0 auto;padding:60px 0 96px 0;}
.part1 .parts>ul>li{width: 44%;margin:0 3%;}
/*part1 end*/
/*part2*/
.part2-information>ul{width:534px;margin:0 auto;padding-top: 40px }
.part2-information>ul>li:nth-child(3){margin-right: 0;}
.part2-information>ul>li>dl>dd:nth-child(1){font-size:20px;}
.part2-txt{position: static;width: 70%;margin:20px auto;}
.part2-txt>ul{position: relative;}
.part2-txt>ul>li>a{right:-31px;bottom:-31px;}
/*part2 end*/
/*part3*/
.part3-content>a:nth-child(n+2){width: 100%;}
.part3-content>div{width: 100%;}
.part3-content>a:nth-child(2)>img{width: 100%;}
.part3-content>a:nth-child(3){margin:20px auto;}
.part3-content>a:nth-child(3)>img{width: 70%;margin:0 auto;}
.part3-content>a:nth-child(4){margin:20px auto;}
.part3-content-center em{margin-top:0;}
/*part3 end*/
/*part4*/
.part4-content{display:none;}
.part4-contents{display:block;}
.part4-contentss{display:none;}
.swiper-button-next, .swiper-button-prev{margin-top: -14px !important;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{top:56px;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{top:56px;}
/*part4 end*/
/*foot*/
.foot-top{display: none;}
.foot-center{display: none;}
/*foot end*/
/*product-center*/
.product-center-contents>div:nth-child(2)>ul>li{width: 100%;margin-left:0;height: 410px;}
.company-news>div:nth-child(2)>ul>li{width: 100%;margin-left:0;height: auto;}
.announcement>div:nth-child(2)>ul>li{width: 100%;margin-left:0;height: auto;}
.honor>div:nth-child(2)>ul>li{width: 100%;margin-left: 0;height: auto;}
.product-center-contents>div:nth-child(2)>ul>li>img{width: 100%;margin-left:0;}
.product-center-contents .product-center-ul>ul>li>a>div{width: 100%;height:365px;}
/*product-center end*/
/*announcement*/
.announcement>div:nth-child(2)>ul>li{width: 98%;}
/*announcement end*/
/*company-news*/
.company-news>div:nth-child(2)>ul>li>a .news-img{width:100%;height: 320px;}
.company-news>div:nth-child(2)>ul>li>a .news-txt{width:100%;margin-left:0;}
/*company-news end*/
/*form*/
.form>form>ul>li>textarea{width: 82%;}
/*form end*/
}

/*mobile:<768px*/
@media screen and (max-width: 767px){
/*top*/
.top{height: 79px;}
.header{height: 114px;}
.w1200{width: 85%;}
.content{height:106px;}
.content .w1200>ul{width: 68%;}
.content .w1200>ul>li{width: 100%;}
.content .w1200>ul>li:nth-child(2){padding:0 1% 0 4%;width:90px;}
.content .w1200>ul>li:nth-child(3){width: 50%;margin-left:0;}
.content .w1200>ul>li:nth-child(3)>form>input{width: 88%;font-size: 12px}
.content .nav{display: none;}
.menuCon{display: block;top:80px;height: 30px;}
.content .logo>ul>li>img{width: 35%;}
.content .logo>ul>li{font-size: 16px;}
.content .logo>ul>li>img{width: 80%;}
.content .logo>ul>li{font-size: 14px;}
.content .logo>ul>li:nth-child(3){display: none;}
.introduction-frame .introduction-frame-content{top:30px;width: 90%;}
.product-center-contents>div:nth-child(1)>ul{display:none;}
.product-center-content{margin-top:120px;}
.company-news1>div:nth-child(1)>h3{font-size:16px;margin-bottom:16px;}
.company-news1>div:nth-child(2)>p:nth-child(1){margin:14px 0 22px 0;}
.company-news1>div:nth-child(2)>a{font-size:12px;margin:30px 0 20px 0;}
/*top end*/
/*banner*/
.banner{margin-top:114px;}
/*banner end*/
/*part1*/
.parts{width:90%;margin:0 auto;}
.part1>div:nth-child(1){margin-top:310px;font-size: 20px;top:67px;}
.part1>div:nth-child(2){font-size: 25px;top:53px;}
.part1 .parts>ul{width: 100%;padding:60px 0 15px 0;margin-bottom:20px;}
.part1 .parts>ul>li{width: 46%;margin:1% 2% 4% 2%;}
.part1 .parts>ul>li>dl>dd:nth-child(2){font-size: 16px;margin-top:14px;}
.part1 .parts>ul>li>dl>dd:nth-child(3){font-size: 12px;text-align:justify;height:70px;line-height:22px;}
/*part1 end*/
/*part2*/
.part2{padding-bottom: 20px;}
.part2>div:nth-child(1){font-size: 20px;top:-8px;}
.part2>div:nth-child(2){font-size: 25px;}
.part2-information>ul{display:none;}
.part2-information>ul>li{width:30%; }
.part2-information>ul>li:nth-child(3){margin-right: 0;}
.part2-information>ul>li>dl>dd:nth-child(1){font-size:20px;}
.part2-information>ul>li>dl>dd:nth-child(2){font-size: 12px;}
.part2-txt{position: static;width: 94%;margin:20px auto;}
.part2-txt>ul{position: relative;}
.part2-txt>ul>li:nth-child(1){height:108px;text-overflow:ellipsis;overflow: hidden;text-align: justify;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;margin-bottom:20px;}
.part2-txt>ul>li>a{right:-31px;bottom:-51px;}
/*part2 end*/
/*part3*/
.part3-content{margin-bottom:30px;}
.part3-content>a:nth-child(n+2){width: 100%;}
.part3-content>div{width: 100%;}
.part3-content-center em{margin-top:0;}
.part3>div:nth-child(1){font-size: 20px;top:16px;margin-top:30px;}
.part3>div:nth-child(2){font-size: 25px;top:4px;}
.part3-content>a:nth-child(2)>img{width: 100%;}
.part3-content>a:nth-child(3){margin:-16px auto 20px auto;}
.part3-content-center{border-top:none;}
.part3-content>a:nth-child(3)>img{width: 70%;margin:0 auto;}
.part3-content>a:nth-child(4){margin:20px auto;}
.part3-content>a:nth-child(1){right: 0px;top:-80px;font-size: 12px;}
.part3-content-center h3{font-size: 14px;margin-bottom:8px;}
.part3-content-center p{font-size: 12px;text-overflow:ellipsis;overflow: hidden;text-align: justify;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.part3-content-center em{margin-top: 0;font-size: 12px;width: 80px;}
.part3-content-right>ul>li>a>dd:nth-child(2){font-size: 14px;}
.part3-content-right>ul>li>a>dd:nth-child(3){font-size: 12px;text-overflow:ellipsis;overflow: hidden;text-align: justify;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.part3-content-right dt{font-size:26px;margin-right:12px;}
/*part3 end*/
/*part4*/
.part4-content{display:none;}
.part4-contents{display:none;}
.part4-contentss{display:block;}
.part4{padding-bottom: 0;padding-top: 40px;}
.part4>div:nth-child(1){font-size: 20px;top:-20px;}
.part4>div:nth-child(2){font-size: 25px;top:36px;}
.part4-img{margin-bottom:20px;}
.part4-img>ul{margin-top:6px;}
.part4-contents>div:nth-child(3){margin:20px auto;}
.part4-contentss>div:nth-child(3){margin:20px auto;}
.part4-contents>a{right: -60px;top:-55px;font-size: 12px;}
.part4-contentss>a{right: -100px;top:-55px;font-size: 12px;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{top:20px !important;left: -43px !important;; width: 30px !important;height:30px!important; background-position: 0 0!important;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{top:20px !important;right:-40px !important;width: 30px !important;height:30px!important; background-position: 0 0!important;}
/*part4 end*/
/*parts*/
.parts{width: 100%;}
/*parts end*/
/*foot*/
.foot-bottom .foot-bottom1{display: none;}
.foot-bottom .foot-bottom2{display: block;}
.foot-top{display: none;}
.foot-center{display: none;}
.foot-bottom .foot-bottom2>p{line-height: 24px;font-size: 12px;}
.foot-bottom .foot-bottom2 img{width: 12px;}
/*foot end*/
/*product-center*/
.product-center-contents{margin: 0;padding:0 5px;width: 100%;}
.product-center-contents>div:nth-child(2)>ul{margin-bottom:0;}
.product-center-contents>div:nth-child(2)>ul>li{width: 100%;margin-left: 0;height: 410px;}
.company-news>div:nth-child(2)>ul>li{width: 100%;margin-left:0;height: auto;margin-top:20px;}
.announcement>div:nth-child(2)>ul>li{width: 100%;margin-left:0;height: auto;}
.honor>div:nth-child(2)>ul>li{width: 100%;margin-left: 0;height: auto;}
.product-center-contents>div:nth-child(2)>ul>li>img{width: 100%;}
.product-center-contents .page-number>ul{padding:0 0 24px 0;}
.product-center-contents .map-box>p{font-size: 12px;}
.product-center-contents .map-box>p:nth-child(2){margin-top:-24px;}
.product-center-contents .product-center-ul>ul>li>a>div{width: 100%;height:365px;}
.company-news>div:nth-child(2)>ul>li{padding-bottom:0;}
.workshop_display>div:nth-child(2)>ul>li{padding-bottom:0;}
.workshop_display>div:nth-child(2)>ul>li{margin-bottom:0;}
.announcement>div:nth-child(2)>ul>li{margin-bottom:10px;}
/*product-center end*/
/*company-news*/
.company-news>div:nth-child(2)>ul>li>a .news-img{width:100%;height: 320px;display:none;}
.company-news>div:nth-child(2)>ul>li>a .news-txt{width:100%;margin-left:0;}

/*company-news end*/
/*company-profile*/
.company-profile{padding:0 0 0 8px;margin:0;width: 100%;}
.company-profile>div:nth-child(2)>p{padding:16px 4px 36px 0;}
/*company-profile end*/
.side-nav{display:none;}
.floatWin{display:none;}
/*form*/
.form>form>ul{margin-bottom:120px;}
.form>form>ul>li>textarea{width: 76%;height: 110px;}
.form>form>ul>li:last-child>input:nth-child(2){width: 70px;}
.form>form>ul>li:last-child>input:nth-child(4){width: 82px;}
.product-center-contents p span{font-size: 14px;}
/*form end*/
}
/*mobile:<450px*/
@media screen and (max-width: 450px){
.content .logo{width: 44%;position:absolute;left:-34px;top:10px;}
.content .logo>ul>li:nth-child(1){width: 100%;}
.content .logo>ul>li:nth-child(2){display:none;}
.content .w1200>ul>li:nth-child(2){padding:0 1% 0 8%;width:90px;}
.content .w1200>ul>li:nth-child(3){width: 88px;margin-left:0;}
.content .w1200>ul>li:nth-child(3)>form>input{width: 84%;}
.product-center-contents .product-center-ul>ul>li>a>div{width: 100%;height:180px;}
.product-center-contents>div:nth-child(2)>ul>li{width: 100%;margin-left: 0;height: 236px;}
.announcement>div:nth-child(2)>ul>li{width: 100%;margin-left:0;height: auto;}
.honor>div:nth-child(2)>ul>li{width: 100%;margin-left: 0;height: auto;}
.company-news>div:nth-child(2)>ul>li{height: auto;}
.company-news>div:nth-child(2)>ul>li>a .news-img{width:100%;height: 190px;}
.part4-contentss>a{right: -50px}
}
/*mobile:<360px*/
@media screen and (max-width: 360px){
.content .w1200>ul>li{font-size: 12px;}
.content .w1200>ul>li:nth-child(2){padding:0 3% 0 6%;width:77px;}
.content .w1200>ul>li:nth-child(3){width: 77px;margin-left:0;}
.content .w1200>ul>li:nth-child(3)>form>input{width: 81%;}
}
@media screen and (min-width: 1000px){
table tr p{line-height:40px!important;}
}